Let's add a semi-colon between the "bootconfig swap" part and the
"deployment count change" to make it more clear they're separate
statements.
Closes: #1575
Approved by: cgwalters
}
{ g_autofree char *msg =
- g_strdup_printf ("%s; bootconfig swap: %s deployment count change: %i",
+ g_strdup_printf ("%s; bootconfig swap: %s; deployment count change: %i",
(bootloader_is_atomic ? "Transaction complete" : "Bootloader updated"),
requires_new_bootversion ? "yes" : "no",
new_deployments->len - self->deployments->len);